home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / CONVERS < prev    next >
Text File  |  1996-06-14  |  8KB  |  197 lines

  1.  
  2. convers <subcommands>
  3.  
  4.      These commands configure the network conference server. See the
  5. section 'SETTING UP THE CONFERENCE BRIDGE' in the JNOS documentation for
  6. details on the inner workings of the conference system.  NOTE: in the
  7. JNOS40 CONFIGURATION MANUAL, the relevant section is called 'Configuring
  8. the Conference Bridge'.
  9.  
  10.  
  11.     convers channel [<default_chan_number>]           Default: 0
  12.  
  13.      Displays or sets the default channel number, that is, the initial
  14.      channel to which new users are assigned.
  15.  
  16.           convers channel 2
  17.           
  18.  
  19.     convers drop [<addr>]
  20.  
  21.      Drop the remote convers link to <addr>.  See also 'convers link'.
  22.      If <addr> is not given, all links are dropped.
  23.  
  24.           convers drop 44.26.1.19
  25.           
  26.  
  27.     convers filter                           Default: refuse (nobody)
  28.      Set how the convers node will respond to connect requests.
  29.      
  30.        convers filter mode [accept | refuse]
  31.  
  32.         Sets or displays the filter mode.  'filter mode accept' allows
  33.         links from only the hosts in the filter list.  'filter mode
  34.         refuse' allows links from all hosts except those in the list.
  35.         
  36.        convers filter [ipaddress | hostname]
  37.  
  38.         Builds the filter list used in conjunction with the 'convers
  39.         filter mode' command.
  40.         
  41.  
  42.     convers host <name>
  43.  
  44.      Displays or set the convers hostname as will be used when
  45.      announcing the system to conference users or remote links.
  46.      Maximum length is 10 chars, but if you want to stay compatible
  47.      with NOS.EXE based convers servers use a maximum of 8 character
  48.      for the convers host name (unless the system runs jnos-v1.04 or
  49.      later).
  50.      
  51.      If the 'hostname' gets set and the 'convers host'  isn't set yet,
  52.      it will be set to the first 10 chars of the 'hostname'. After
  53.      this, if any sub domains (i.e. periods) exist in the hostname,
  54.      the convers hostname will be terminated at the right-most period.
  55.      e.g. If  'converse host' is not set, and 'hostname
  56.      jnos.wg7j.ampr.org' is given, then after this the converse
  57.      hostname will be 'jnos.wg7j'.
  58.      
  59.           convers host Corvallis
  60.           
  61.           
  62.     convers interface [<iface>] [on|OFF]
  63.  
  64.      Displays or sets the active convers interfaces. This command
  65.      needs to be given for each interface that which will allow
  66.      connections to the conference call (see 'convers mycall'); e.g.,
  67.      this command can be used to allow conference call access only on
  68.      the user ports but not on the backbone/linking ports.  This can
  69.      also be useful to avoid confusion when different nodes have the
  70.      same conference call.  (Locally, we use the call 'QSO' for the
  71.      conference server for different nodes, and ran into problems when
  72.      a user tried to connect to it from a backbone node. All of a
  73.      sudden two nodes were answering the connect !)  Default is off.
  74.      
  75.           convers interface port1 on
  76.           
  77.           
  78.     convers link [<addr> [port] [name]]
  79.     convers xlink [<addr> [port] [name]]
  80.  
  81.      If no <addr> is given, display the list of linked nodes with
  82.      link status and statistics indicated.  If <addr> is given,
  83.      add a convers link to another (remote) conference server.  The
  84.      link is LZW-compressed if xlink, instead of link, is specified
  85.      (and XCONVERS was defined at compile-time).
  86.  
  87.      <addr> is the ip address or hostname of the remote server to which
  88.        to link.
  89.      [port] is the tcp port number to use for the server connection.
  90.      [port] defaults to 3600 if the link command is used, and 3601 if
  91.        the xlink command is used.
  92.      [name] is the optional name that will show up in the links
  93.        listing shown with the '/links' command if the link has not yet
  94.        been established. [name] can be a maximum of 10 characters; the
  95.        first character must be a non-integer.
  96.      
  97.      After the link has been established, the name will be set to the
  98.      name with which the remote system introduced itself.
  99.           convers link 44.26.1.19 Testing
  100.           
  101.  
  102.     convers [u|h]maxq [<bytes>]                        {JNOS}
  103.  
  104.      Display or set the upper limit for the number of bytes that can
  105.      be queued up waiting for transmission on a connection to another
  106.      server.  If there is more data than this limit, the connection to
  107.      the other server will be closed.
  108.      
  109.      You are able to set individual limits for users and hosts
  110.      with 'convers hmaxq' and 'convers umaxq'.  If set to 0, there is
  111.      no limit, otherwise connections will be reset if there is more
  112.      than the []maxq value data outstanding on the connection.  The
  113.      connections will be RESET instead of gracefully closed.
  114.  
  115.      Default values are umaxq of 1024 and hmaxq of 5120.  Note that any
  116.      changes will only affect new connections, not existing connections.
  117.      
  118.  
  119.     convers maxwait [<seconds>]                        Default: 10800
  120.  
  121.      Display or set the upper limit for the time the system will wait
  122.      to reestablish a disconnected convers link that originated at
  123.      this system. Time is given in seconds.
  124.           convers maxwait 600
  125.           
  126.           
  127.     convers motd ["<yourmessage>"]
  128.  
  129.      Set or show the message of the day for the convers server.  This
  130.      message is displayed when users connect to the server.
  131.      NOTE: this option is obsolete in recent convers implementations.
  132.      Instead, the contents of the file /spool/convmotd.txt are displayed.
  133.      This filename can be changed by setting the ConvMotd string in nos.cfg.
  134.      
  135.     convers mycall <mycall>
  136.  
  137.      Display or set the 'conference call'.  <mycall> is a separate
  138.      ax.25 callsign.  If set, users can connect to it to get
  139.      immediately connected to the conference bridge. However, each
  140.      port or interface that this call should be allowed on should be
  141.      enabled with the 'convers interface' command.  Conference call
  142.      connections bypass the regular node interface.  This is
  143.      independent from the settings of 'mbox convers' or whether the
  144.      network conference server has been started. See also 'convers
  145.      t4'.
  146.           convers mycall QSO
  147.           
  148.           
  149.     convers online [long | call | @host]
  150.  
  151.      Display a list of convers users known to the convers server.  This
  152.      is the same report as a /who listing made from within the convers
  153.      facility.  The default report is a "quick" format listing of the
  154.      connected users.  The "long" option specified a long-format report,
  155.      which can be restricted to a particular "call" or "host".
  156.      Example:  conv on @luzana   -or-   conv on wu3v   -or-   conv on
  157.  
  158.  
  159.     convers setinfo [yes | NO]
  160.  
  161.      Display or the set the ability of conference users to change their
  162.      personal info as stored in /finger/dbase.dat.  This sub-command is
  163.      only available when CNV_CHG_PERSONAL was defined when Jnos was
  164.      compiled.
  165.  
  166.           
  167.     convers t4 [<seconds>]                             Default: 7200
  168.  
  169.      (B)  Display or the set the conference call connection T4 timer.
  170.      t4 is the 'redundancy timer' for ax.25 connections to the
  171.      conference server.  This allows you to set a different inactivity
  172.      time-out for ax25 node and conference connections. Default is
  173.      7200, i.e. 2 hours.
  174.           convers t4 900
  175.           
  176.  
  177.     convers tdisc [<seconds>]                           Default: 0
  178.  
  179.      Display or the set the conference call general redundancy timer
  180.      that applies to all connections to the conference server.
  181.      Connections which are idle longer than <seconds> will be
  182.      disconnected.  Default is 0, i.e. disable idle timeouts.
  183.           convers tdisc 1200
  184.  
  185.  
  186.  
  187.     Files used by the convers facility:
  188.      Keyword       Default value        Usage
  189.      ConvMotd      /spool/convmotd.txt  Connect greeting.
  190.      Cinfo         /finger/dbase.dat    Convers user personal info
  191.      Cinfobak      /finger/dbase.bak    Previous Cinfo file (after update)
  192.      Channelfile   /spool/channel.dat   Channel number to name mapping
  193.      --            /spool/help/convers.hlp Help file (/help command)
  194.  
  195.     Cinfo line format:  <name|call> <personal data, ie, QTH, etc>
  196.     Channelfile line format: <channel_number> <channel_name>
  197.